From 7accf50a3a1092ca09a17f60f35e626d1863924e Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 9 Oct 2008 08:51:02 +0000 Subject: [PATCH] =?utf8?q?Bug=20516425=20=E2=80=93=20Optionally=20display?= =?utf8?q?=20accelerators=20in=20popups?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-10-09 Michael Natterer Bug 516425 – Optionally display accelerators in popups * gtk/tmpl/gtkuimanager.sgml: document the enhanced XML syntax and the new enum value for popups with accelerators. svn path=/trunk/; revision=21616 --- docs/reference/ChangeLog | 7 ++++ docs/reference/gtk/tmpl/gtkuimanager.sgml | 46 ++++++++++++----------- 2 files changed, 31 insertions(+), 22 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 324f7e62fb..cd9ee8b534 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2008-10-09 Michael Natterer + + Bug 516425 – Optionally display accelerators in popups + + * gtk/tmpl/gtkuimanager.sgml: document the enhanced XML syntax and + the new enum value for popups with accelerators. + 2008-10-07 Michael Natterer * gtk/gtk-sections.txt: add gtk_box_new. diff --git a/docs/reference/gtk/tmpl/gtkuimanager.sgml b/docs/reference/gtk/tmpl/gtkuimanager.sgml index a85d3aa26a..b25eaf91c7 100644 --- a/docs/reference/gtk/tmpl/gtkuimanager.sgml +++ b/docs/reference/gtk/tmpl/gtkuimanager.sgml @@ -32,28 +32,29 @@ Definitions. - - - - - - - - - + + + + + + + + + ]]> There are some additional restrictions beyond those specified in the DTD, e.g. every toolitem must have a toolbar in its anchestry and @@ -458,6 +459,7 @@ what UI element to create. @GTK_UI_MANAGER_TOOLITEM: Create a toolitem. @GTK_UI_MANAGER_SEPARATOR: Create a separator. @GTK_UI_MANAGER_ACCELERATOR: Install an accelerator. +@GTK_UI_MANAGER_POPUP_WITH_ACCELS: Same as %GTK_UI_MANAGER_POPUP, but the actions' accelerators are shown. -- 2.30.2